home *** CD-ROM | disk | FTP | other *** search
- |SetALFlags|
- windowtitle `SetAutoLoadFlags (CHIP and ASNEEDED) or NONE
- printlf `See page 6-63 for a full discussion of`
- printlf `the Flags used in this command.`
- end
-
- |flush|
- windowtitle `Flush "Buffer Name"`
- printlf `Frees all memory used by the specified
- printlf `"Buffer Name". CanDo will forget all
- printlf `about this buffer.`
- printlf
- print `SEE ALSO: `
- subject `FlushAll`FlushAll`
- end
-
- |flushall|
- windowtitle `FlushAll`
- printlf `Flushes all buffers.
- printlf
- print `SEE ALSO: `
- subject `Flush`Flush`
- print ` & `
- subject `RamScram`RamScram`
- end
-
- |ramscram|
- windowtitle `RamScram`
- printlf `Frees all Buffer Data not currently used
- printlf `and not modified. CanDo does not forget
- printlf `about the freed buffers, but will reload
- printlf `them as needed.
- printlf
- print `SEE ALSO: `
- subject `Flush`Flush`
- print ` & `
- subject `FlushAll`FlushAll`
- end
-
- |insertcblist|
- windowtitle `InsertChangedBufferList
- printlf `Types the name of all modified buffers
- printlf `into the current document. Each buffer
- printlf `name will be on a separate line.
- end
-
- |savecbuffers|
- windowtitle `SaveAllChangedBuffers`
- printlf `Save all buffers that have been modified.
- printlf `If the buffer was originally loaded, it
- printlf `will save with the loaded name, otherwise
- printlf `it will say with its "Buffer Name" as
- printlf `its file specification.
- end
-
- |getbufinfo|
- windowtitle `GetBufferInfo "Buffer Name",Var1 {,Var2 {,Var3 {,Var4 } } }`
- printlf `Returns information about the specified
- printlf `buffer. See page 6-64 in the user's manual
- printlf `for the full use of this command.
- end
-
- |dispose|
- windowtitle `Dispose VarName`
- printlf `Removes the specified variable from
- printlf `memory, to the state before the
- printlf `variable was created.
- printlf
- print `SEE ALSO: `
- subject `DisposeAll`DisposeAll`
- end
-
- |disposeall|
- windowtitle `DisposeAll`
- printlf `Disposes all variable so that the
- printlf `content of all variables are lost.
- printlf
- print `SEE ALSO: `
- subject `Dispose`Dispose`
- end
-
-